home *** CD-ROM | disk | FTP | other *** search
/ Digital Background Bonanza / Digital Background Bonanza - Disc 2.iso / pc / Slideshow2.swf / scripts / DefineButton2_46 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-09  |  131 b   |  7 lines

  1. on(release){
  2.    _parent.updateFrame();
  3.    _parent.autoplayStatus = 0;
  4.    _parent.indicator.gotoAndStop(1);
  5.    prevFrame();
  6. }
  7.